Close Method (DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
In This Topic
Closes the connection to the database. This is the preferred method of closing any open connection.
Syntax
'Declaration
Public Overrides Sub Close()
public override void Close()
See Also